home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 1035 / 1035.xpi / chrome / 1clickweather.jar / content / 1clickweather / js / utils / appconstants.js next >
Text File  |  2008-10-05  |  663b  |  18 lines

  1. // ∩┐╜ 2005 The Weather Channel Interactive, Inc.  All Rights Reserved.
  2.  
  3. const EXTENSIONID = "{DCBD1271-D228-4082-9FBC-36D9B7660B03}";
  4.  
  5. const OLD_DEFAULT_USERCONFIGFILENAME = "userconfig110_default.xml";
  6. const OLD_USERCONFIGFILENAME = "userconfig110.xml";
  7.  
  8. const DEFAULT_APPCONFIGFILENAME = "appconfig_default.xml";
  9. const APPCONFIGFILENAME = "appconfig.xml";
  10. const DEFAULT_USERCONFIGFILENAME = "userconfig116_default.xml";
  11. const USERCONFIGFILENAME = "userconfig116.xml";
  12.  
  13. const PREVIOUSUSERCONFIGFILES = new Array("userconfig.xml", "userconfig106.xml", "userconfig107.xml", "userconfig108.xml", "userconfig109.xml");
  14.  
  15. const MAXFCSTDAYS = 6;
  16. const Degrees = "░";
  17.  
  18.